/**
* @author	Dev2Day
* @link		http://dev2day.net
*
* @since	07/06/2012
*/
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.column-left {
	float: left;
}

.column-right {
	float: right;
}

.column-middle {
	float: left;
}

.clearfix {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
}

.italic {
	font-style: italic;
}

.no-border {
	border: none !important;
}

.upper {
	text-transform: uppercase;
}

.none {
	text-transform: none;
}

a {
	outline: none;
}

.through {
	text-decoration: line-through;
}

.vcenter {
	vertical-align: middle;
}